home *** CD-ROM | disk | FTP | other *** search
/ Urabon Golden Age Girl 2 / Urabon Golden Age Girl 2.iso / mac / 裏ガール2data / TENG.DIR / 00069_help.ls < prev    next >
Encoding:
Text File  |  1994-12-22  |  406 b   |  16 lines

  1. on mouseDown
  2.   puppetSound("CLIK")
  3.   puppetSprite(14, 1)
  4.   set the type of sprite 14 to 1
  5.   set the ink of sprite 14 to 8
  6.   set the foreColor of sprite 14 to 255
  7.   set the castNum of sprite 14 to the number of cast "HHELP"
  8.   set the locV of sprite 14 to 245
  9.   set the locH of sprite 14 to 330
  10.   repeat while the stillDown
  11.     updateStage()
  12.   end repeat
  13.   set the type of sprite 14 to 0
  14.   updateStage()
  15. end
  16.